configure: Fix typo
authorJavier Jardón <jjardon@gnome.org>
Mon, 29 Nov 2010 20:31:35 +0000 (21:31 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 29 Nov 2010 20:33:43 +0000 (21:33 +0100)
configure.ac

index f9e1add9bfd7804f7c9b301d523c3fa79e3c1a93..420484ab719d34d65dc564221a6a30c7fd48d945 100644 (file)
@@ -61,8 +61,8 @@ cflags_set=${CFLAGS+set}
 AM_INIT_AUTOMAKE([1.10 no-define -Wno-portability dist-bzip2])
 AM_MAINTAINER_MODE([enable])
 
-# Support silent build rules, requires at least automake-1.11. Enable
-# by either passing --enable-silent-rules to configure or passing V=0
+# Support silent build rules, requires at least automake-1.11. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
 # to make
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])